home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d18 / vis082s.arc / TYPES.PAS < prev    next >
Pascal/Delphi Source File  |  1991-04-17  |  150b  |  17 lines

  1.  
  2.  
  3. unit types;
  4.  
  5. interface
  6.  
  7. type
  8.   anystr=string[255];
  9.   lstr=string[80];
  10.   mstr=string[35];
  11.   sstr=string[15];
  12.  
  13.  
  14. implementation
  15.  
  16. end.
  17.